Image Resizer : API Documentation

Type ReadOnlyDictionary<TKey, TValue>

Namespace ImageResizer.Collections

Interfaces IDictionary<TKey, TValue>

Public instance methods

void Add(KeyValuePair<TKey, TValue> item)

void Add(TKey key, TValue value)

bool Contains(KeyValuePair<TKey, TValue> item)

bool ContainsKey(TKey key)

void CopyTo(KeyValuePair`2[] array, int arrayIndex)

bool Remove(TKey key)

bool Remove(KeyValuePair<TKey, TValue> item)

bool TryGetValue(TKey key, TValue& value)

Public properties

int Count get;

bool IsReadOnly get;

TValue Item get; set;

ICollection<TKey> Keys get;

ICollection<TValue> Values get;